check if entry is NaT]

15

>>> import numpy as np
>>> import pandas as pd
>>> pd.isnull(np.datetime64('NaT'))
True

Comments

Submit
0 Comments